home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / dos_win / lanman / drivers / dos / CIEPC02 / CIEPC02D.ZIP / README.TXT < prev   
Encoding:
Text File  |  1992-07-10  |  2.3 KB  |  66 lines

  1.                       Chapter 2  Network Device Driver Options
  2.                                                               
  3. CIAS  CIEPC2
  4.  
  5.      Required entry:
  6.      
  7.      o     Drivername = CIEPC2$ or CIEPC2<n>$  where <n> is a 
  8.             number from 2 to 9
  9.      
  10.      
  11.      The following table summarizes the possible entries and
  12.      values in the [ciepc02_nif]  section
  13.      
  14.       Entry            Unit        Range       Default
  15.       ---------------------------------------------------
  16.  
  17.       Ioaddress        hex      300,320,340,      300
  18.                                     360
  19.       Interrupt        hex      2,3,4,5,7,10       3
  20.                                    ,11,15
  21.      
  22.      Entries in the [CIEPC02_NIF] section have the following
  23.      meanings:
  24.      
  25.      Ioaddress
  26.          Indicate the current I/O address jumper
  27.          configuration of the network adapter card. The entry
  28.          must match the adapter card's switch settings.
  29.          Possible values are
  30.          300, 320, 340 and 360.
  31.      
  32.      Interrupt
  33.          Indicates the interrupt level of the adapter card.
  34.          The entry must match the adapter card's jumpers
  35.          settings. Possible values are 2, 3, 4, 5,7,10 ,11
  36.          and 15.
  37.      
  38.      Drivername
  39.          Identifies the network device driver.  The name
  40.          should be in uppercase. The possible names are
  41.          CIEPC2$, CIEPC22$, CIEPC23$, .. CIEPC29$. The first
  42.          device driver loaded adopts the name CIEPC2$, the
  43.          second loaded adopts the name CIEPC22$ and so forth.
  44.          The signon text of the driver reflects this name
  45.          adoption scheme.
  46.      
  47.      When the driver is started, i.e invoked from within the
  48.      CONFIG.SYS scope, it may terminate due to erroneous
  49.      condition, e.g card failure, illegal settings, with the
  50.      following message:
  51.      
  52.  
  53.            Device Driver failed to open Cc = <xxxx>
  54.      
  55.  
  56.      where <xxxx> is one of the following  hex values
  57.      
  58.     000F:    One or more of the entries above is missing .
  59.                  Text will describe what is missing.
  60.  
  61.         D002:    Illegal  "Interrupt" value specified. See valid
  62.               values above.
  63.  
  64.         D004:    Illegal  "Ioaddress" value specified. See valid
  65.                 values above.
  66.